home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 6
/
CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso
/
cucd
/
prog
/
gnu-c
/
fd2inline-1.1
/
include
/
inline
/
battclock.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-10-24
|
613b
|
27 lines
/* Automatically generated header! Do not edit! */
#ifndef _INLINE_BATTCLOCK_H
#define _INLINE_BATTCLOCK_H
#ifndef __INLINE_MACROS_H
#include <inline/macros.h>
#endif /* !__INLINE_MACROS_H */
#ifndef BATTCLOCK_BASE_NAME
#define BATTCLOCK_BASE_NAME BattClockBase
#endif /* !BATTCLOCK_BASE_NAME */
#define ReadBattClock() \
LP0(0xc, ULONG, ReadBattClock, \
, BATTCLOCK_BASE_NAME)
#define ResetBattClock() \
LP0NR(0x6, ResetBattClock, \
, BATTCLOCK_BASE_NAME)
#define WriteBattClock(time) \
LP1NR(0x12, WriteBattClock, unsigned long, time, d0, \
, BATTCLOCK_BASE_NAME)
#endif /* !_INLINE_BATTCLOCK_H */